home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 9 / CorelDraw9 Disco 1.iso / autorun.inf next >
Windows Autorun File  |  1999-05-11  |  7KB  |  139 lines

  1. [Autorun]
  2. OPEN=INTRO.EXE
  3. ICON=SETUP\AUTORUN.ICO
  4.  
  5. [Product]
  6. ;****************************
  7. ;Products=the number of buttons choices including the Exit option
  8. ;Title=the Caption for the Intro window
  9. ;RegistryKey=used by our autorun.exe, if the key is set it will not launch the intro.exe
  10. ;            the intro is called via the 'SetupProgram' key below
  11. ;WaveFile=the path to a wav file that the intro will play (if located)
  12. ;AutorunProgram=relative path to the exe the autorun will launch(usually launches the intro.exe)
  13. ;LabelFont=Font used for text or label of each Button or Choice
  14. ;TextFont=Font used for error or description text (Typically displayed at the bottom)
  15. ;Charset=the charset used for the text used in the intro
  16. ;TextHeight=the point size of the fonts used for the 'Label' and 'Text' respectively
  17. ;LabelUnSelectedTextColor=RGB color of button text when not selected or highlighted
  18. ;LabelSelectedTextColor=RGB color of button text when selected or highlighted
  19. ;DescriptionTextColor=RGB color of the description text
  20. ;ErrorTextColor=RGB color of the error text
  21. ;CloseOnLaunch=if set to YES we will close the intro.exe upon successful launch of any of the choices
  22. ;CommonRect=the coordinates of rect used to display errors and discriptions (when button is highligted)
  23. ;           top* bottom* left* right 
  24. ;*****************************
  25. Products = 6
  26. Title = %ARTitle.Text%
  27. RegistryKey = Software\Corel\CorelDRAW\9.0\Setup
  28. WaveFile = setup\SETUP.WAV
  29. JumpWaveFile = setup\CLICK.wav
  30. AutorunProgram = intro.exe
  31. LabelFont = Arial
  32. LabelFontWeight = BOLD
  33. LabelFontItalic = 0
  34. LabelFontUnderline = 0
  35. TextFont = Arial
  36. TextFontWeight = REGULAR
  37. TextFontItalic = 0
  38. TextFontUnderline = 0
  39. Charset = 1
  40. TextHeight = 20*16
  41. LabelUnSelectedTextColor=0*0*0
  42. LabelSelectedTextColor=255*255*255S
  43. DescriptionTextColor=255*255*255
  44. ErrorTextColor=255*250*138
  45. CloseOnLaunch = YES
  46. ;CommonRect = 270*440*35*555
  47. CommonRect = 285*360*35*555
  48. [Button0]
  49. ;**************************************
  50. ;SetupLabel=The Text Displayed for this choice
  51. ;LabelRectValue=the coordinates of the rect where this text will be placed on the background
  52. ;                 Top* Bottom* Left* Right
  53. ;SetupProgram=relative path to the program to launch when this choice is selected. Followed by our separator and
  54. ;              the command line arguments if any for the program, followed by the separartor and winexec if the program is
  55. ;               16 bit i.e.  setup.exe*/SetFile=<S>\autorun\bai7us.set*winexec
  56. ;TestFile=relative path to another file that must exist before we will attempt to launch the
  57. ;          'SetupProgram'
  58. ;SetupWindow=The window name of the program launched by the 'SetupProgram', we will check for this
  59. ;             being active and set focus to this window rather than launch a second instance of
  60. ;             'SetupProgram'
  61. ;Description=The discription of this button displayed when a user highlights (move the mouse
  62. ;             over) this button
  63. ;ErrorText=the error text displayed if the the 'SetupProgram" cannot be launched when the button is selected
  64. ;
  65. ;**************************************
  66. SetupLabel = %ARB0SetupLabel.Text%
  67. LabelRectValue = 125*145*35*600
  68. SetupProgram = setup32.exe**
  69. SetupWindow = Asistente de instalaci≤n de CorelDRAW 9
  70. TestFile = \programs\coreldrw.exe
  71. Description = %ARB0Description.Text%
  72. ErrorText = %ARB0Error.Text%
  73.  
  74. [Button1]
  75. SetupLabel = %ARB2SetupLabel.Text%
  76. LabelRectValue = 155*175*35*600
  77. SetupProgram = Acrobat\ar32s301.exe
  78. TestFile = \setup32.exe
  79. SetupWindow = Adobe Acrobat
  80. Description = %ARB2Description.Text%
  81. ErrorText = Es posible que se haya retirado el CD-ROM de la unidad. Inserte el CD-ROM de nuevo.
  82.  
  83. [Button2]
  84. SetupLabel = %ARB5SetupLabel.Text%
  85. LabelRectValue = 185*205*35*600
  86. SetupProgram = \Cumulus Desktop\Installer\setup.exe**
  87. SetupWindow = Asistente de instalaci≤n de CorelDRAW 9
  88. TestFile = \programs\coreldrw.exe
  89. Description = %ARB5Description%
  90. ErrorText = %ARB5Error.Text%
  91.  
  92. [Button3]
  93. SetupLabel = %ARB1SetupLabel.Text%
  94. LabelRectValue = 215*235*35*600
  95. SetupProgram = \apple\e-quicktime30.exe**
  96. SetupWindow = Asistente de instalaci≤n de CorelDRAW 9
  97. TestFile = \programs\coreldrw.exe
  98. Description = %ARB1Description%
  99. ErrorText = %ARB1Error.Text%
  100.  
  101.  
  102. [Button4]
  103. SetupLabel = %ARB3SetupLabel.Text%
  104. LabelRectValue = 245*265*35*460
  105. SetupProgram = readme.html
  106. TestFile = \setup32.exe
  107. SetupWindow = Temas de Ayuda: Notas de la versi≤n CorelDRAW 9
  108. Description = %ARB3Description.Text%
  109. ErrorText = Es posible que se haya retirado el CD-ROM de la unidad. Inserte el CD-ROM de nuevo.
  110.  
  111. [Button5]
  112. SetupLabel = %ARB4SetupLabel.Text%
  113. LabelRectValue = 365*380*35*568
  114. Description = %ARB4Description%
  115. AlreadyRunningErrorText =Es posible que se haya retirado el CD-ROM de la unidad. Inserte el CD-ROM de nuevo. O es posible que no tenga un explorador de internet instalado.
  116.  
  117. [Bitmaps]
  118. 16Color = setup\bitmap\INTRO16.BMP
  119. 256Color = setup\bitmap\INTRO256.BMP
  120.  
  121. [Strings]
  122. ARTitle.Text = CorelDRAW« 9 CD-ROM
  123. ARB0SetupLabel.Text = Instale CorelDRAW« 9, Corel PHOTO-PAINT« 9 y Utilidades
  124. ARB0Description.Text = Esta opci≤n instalarß CorelDRAW« 9, el premiado programa de ilustraci≤n vectorial, Corel PHOTO-PAINT« 9 para pintar y editar imßgenes profesionalmente, junto con una serie de utilidades que incrementan la productividad, y que incluyen: CorelTRACEÖ 9, Corel TEXTUREÖ, Corel CAPTUREÖ 9 y Corel SCRIPTÖ Editor.
  125. ARB0Error.Text = Es posible que se haya retirado el CD-ROM de la unidad. Inserte el CD-ROM de nuevo.
  126. ARB1Error.Text = Es posible que se haya retirado el CD-ROM de la unidad. Inserte el CD-ROM de nuevo. O es posible que no tenga un explorador de internet instalado.
  127. ARB1SetupLabel.Text = QuickTime« 3.0
  128. ARB1Description = Esta opci≤n instala QuickTime« 3.0; permite utilizar las funciones de Corel PHOTO-PAINT« 9 para la creaci≤n, edici≤n, publicaci≤n y visualizaci≤n de medios digitales.
  129. ARB2SetupLabel.Text = Adobe« Acrobat« Reader
  130. ARB2Description.Text = Esta opci≤n instala Adobe« Acrobat« Reader 3.0.1; permite visualizar e imprimir archivos PDF.
  131. ARB2Error.Text = Es posible que se haya retirado el CD-ROM de la unidad. Inserte el CD-ROM de nuevo. O es posible que no tenga un explorador de internet instalado.
  132. ARB3SetupLabel.Text=Notas de la versi≤n
  133. ARB3Description.Text=Informaci≤n importante sobre CorelDRAW« 9, Corel PHOTO-PAINT« 9 y utilidades incluidas en el paquete.
  134. ARB4SetupLabel.Text = SALIR
  135. ARB4Description = Haga clic para salir.
  136. ARB5Description = Esta opci≤n instala Canto« Cumulus« Desktop LE 4; es un sistema de gesti≤n de medios premiado que permite administrar de forma rßpida y flexible archivos digitales.
  137. ARB5SetupLabel.Text = Canto« Cumulus« Desktop LE 4
  138. ARB5Error.Text = Es posible que se haya retirado el CD-ROM de la unidad. Inserte el CD-ROM de nuevo. O es posible que no tenga un explorador de internet instalado.
  139.